home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / L01A1A.DIR / Internal_7_help.ls < prev    next >
Encoding:
Text File  |  2003-04-24  |  431 b   |  21 lines

  1. on mouseEnter me
  2.   cursor = the number of member "pointer"
  3.   mask = the number of member "pointer mask"
  4.   set the cursor of sprite the spriteNum of me to [cursor, mask]
  5. end
  6.  
  7. on mouseUp me
  8.   global gUI
  9.   basicNameAnim(gUI, "help", 119, 6)
  10.   puppetSound("1help")
  11.   updateStage()
  12.   repeat while soundBusy(1)
  13.     nothing()
  14.   end repeat
  15.   puppetSound("1help1")
  16.   updateStage()
  17.   repeat while soundBusy(1)
  18.     nothing()
  19.   end repeat
  20. end
  21.